-
Notifications
You must be signed in to change notification settings - Fork 20
Bump the connectrelated group across 1 directory with 6 updates #526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the connectrelated group across 1 directory with 6 updates #526
Conversation
0cee5d0
to
785d31d
Compare
Bumps the connectrelated group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@bufbuild/buf](https://github.com/bufbuild/buf) | `1.50.0` | `1.51.0` | | [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) | `2.2.3` | `2.2.5` | | [@bufbuild/protoc-gen-es](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protoc-gen-es) | `2.2.3` | `2.2.5` | | [@connectrpc/connect](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect) | `2.0.1` | `2.0.2` | | [@connectrpc/connect-web](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web) | `2.0.1` | `2.0.2` | Updates `@bufbuild/buf` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/bufbuild/buf/releases) - [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md) - [Commits](bufbuild/buf@v1.50.0...v1.51.0) Updates `@bufbuild/protobuf` from 2.2.3 to 2.2.5 - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.2.5/packages/protobuf) Updates `@bufbuild/protoc-gen-es` from 2.2.3 to 2.2.5 - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.2.5/packages/protoc-gen-es) Updates `@connectrpc/connect` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/connectrpc/connect-es/releases) - [Commits](https://github.com/connectrpc/connect-es/commits/v2.0.2/packages/connect) Updates `@connectrpc/connect-web` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/connectrpc/connect-es/releases) - [Commits](https://github.com/connectrpc/connect-es/commits/v2.0.2/packages/connect-web) Updates `@bufbuild/protoplugin` from 2.2.3 to 2.2.5 - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.2.5/packages/protoplugin) --- updated-dependencies: - dependency-name: "@bufbuild/buf" dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: connectrelated - dependency-name: "@bufbuild/protobuf" dependency-version: 2.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: connectrelated - dependency-name: "@bufbuild/protoc-gen-es" dependency-version: 2.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: connectrelated - dependency-name: "@connectrpc/connect" dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: connectrelated - dependency-name: "@connectrpc/connect-web" dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: connectrelated - dependency-name: "@bufbuild/protoplugin" dependency-version: 2.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: connectrelated ... Signed-off-by: dependabot[bot] <support@github.com>
785d31d
to
c266885
Compare
Signed-off-by: Paul Sachs <psachs@buf.build>
"test-utils": "*", | ||
"typescript": "^5.8.2", | ||
"@tanstack/query-core": "^5.71.1" | ||
}, | ||
"peerDependencies": { | ||
"@bufbuild/protobuf": "2.x", | ||
"@connectrpc/connect": "^2.0.1", | ||
"@connectrpc/connect": "^2.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we require users to have the newer version installed, or is it fine for them to stick with 2.0.1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, no, i believe it's fine to stick to 2.0.1. So yeah, this change is not necessary.
Signed-off-by: Paul Sachs <psachs@buf.build>
Signed-off-by: Paul Sachs <psachs@buf.build>
Bumps the connectrelated group with 5 updates in the / directory:
1.50.0
1.51.0
2.2.3
2.2.5
2.2.3
2.2.5
2.0.1
2.0.2
2.0.1
2.0.2
Updates
@bufbuild/buf
from 1.50.0 to 1.51.0Release notes
Sourced from
@bufbuild/buf
's releases.Changelog
Sourced from
@bufbuild/buf
's changelog.Commits
3905aae
Release v1.51.0 (#3713)9943ac4
Add new audit payload for organization roles changed (#3711)348b655
Add type exclusion filters for buf generate (#3624)854a19b
Fix unused dependencies on type filters for buf generate (#3695)d891bd2
LSP ensure check diagnostics are always published (#3709)f69f068
Fix path handling on windows (#3698)0b89248
Report lint/breaking check results asDiagnosticSeverityWarning
in LSP (#3710)1ce3aac
Add--against-registry
flag forbuf breaking
(#3696)8d1bdff
Upgrade deps (#3708)fe53231
IncludegitConfigAuthArgs
ongit checkout
whenfilter
is set (#3707)Updates
@bufbuild/protobuf
from 2.2.3 to 2.2.5Release notes
Sourced from
@bufbuild/protobuf
's releases.Commits
6a81dc6
Release 2.2.5 (#1089)ad5c91d
Fix timestampFromMs with negative values (#1088)1cc825d
Fix extension accessors to not discard unknown fields (#1087)a37c391
Release 2.2.4 (#1086)e92b7bc
Update to google protobuf v30.0 (#1085)52628b8
Fix JSON parsing of empty string for 64-bit integer field (#1084)5749c55
Allow timestamp with both fractions and offset (#1061)02916f6
Add message and field name to binary serialization errors (#984)1164be1
Update license year for 2025 (#1049)8ba1055
Update to google protobuf v29.2 (#1039)Updates
@bufbuild/protoc-gen-es
from 2.2.3 to 2.2.5Release notes
Sourced from
@bufbuild/protoc-gen-es
's releases.Commits
6a81dc6
Release 2.2.5 (#1089)a37c391
Release 2.2.4 (#1086)1164be1
Update license year for 2025 (#1049)Updates
@connectrpc/connect
from 2.0.1 to 2.0.2Release notes
Sourced from
@connectrpc/connect
's releases.Commits
15265de
Release2.0.2
(#1433)3f0c2ef
Fix server interceptor not seeing the request message in server streaming rpc...1e2ae2a
Update license year to 2025 (#1432)a69e473
Bump@bufbuild/buf
from 1.48.0 to 1.50.0 (#1418)7846533
Ensure any error metadata is appended to target grpc response (#1407)Updates
@connectrpc/connect-web
from 2.0.1 to 2.0.2Release notes
Sourced from
@connectrpc/connect-web
's releases.Commits
15265de
Release2.0.2
(#1433)1e2ae2a
Update license year to 2025 (#1432)a05ec31
Bump@wdio/local-runner
from 9.5.1 to 9.7.2 (#1417)14fd38f
Bump@wdio/browserstack-service
from 9.5.1 to 9.7.2 (#1421)4729790
Bump webdriverio from 9.5.1 to 9.7.2 (#1414)746ea66
Bump@wdio/cli
from 9.5.1 to 9.7.2 (#1412)a69e473
Bump@bufbuild/buf
from 1.48.0 to 1.50.0 (#1418)57c38ba
Bump@wdio/jasmine-framework
from 9.5.1 to 9.7.2 (#1415)Updates
@bufbuild/protoplugin
from 2.2.3 to 2.2.5Release notes
Sourced from
@bufbuild/protoplugin
's releases.Commits
6a81dc6
Release 2.2.5 (#1089)a37c391
Release 2.2.4 (#1086)1164be1
Update license year for 2025 (#1049)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions